-
Notifications
You must be signed in to change notification settings - Fork 593
schema/README: Fix links to (config|state)-schema.json #498
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Nitpicks: May be you could amend and update the title/message to provide more context ? |
|
On Fri, Jun 17, 2016 at 10:31:58AM -0700, Jean-Christophe Fillion-Robin wrote:
Pushing this as a commit-message summary would be nice too, but that's |
Fix regression respectively introduced in 59ede1a and 59ede1a The config-schema.json and state-schema.json references were missing "-schema". Signed-off-by: Lee Calcote <[email protected]>
|
I just did a |
|
🎱 |
1 similar comment
This slipped through the rename in 2a5986f (schema/state-schema.json: Add a JSON Schema for the state JSON, 2016-06-01, opencontainers#481) and the first round of fixes in dfb85b1 (schema/README: Fix links to (config|state)-schema.json, 2016-06-13, opencontainers#498). Reported by hapnermw [1]. [1]: opencontainers#517 Signed-off-by: W. Trevor King <[email protected]>
This slipped through the rename in 2a5986f (schema/state-schema.json: Add a JSON Schema for the state JSON, 2016-06-01, opencontainers#481) and the first round of fixes in dfb85b1 (schema/README: Fix links to (config|state)-schema.json, 2016-06-13, opencontainers#498). Reported by hapnermw [1]. [1]: opencontainers#517 Signed-off-by: W. Trevor King <[email protected]>
Fix regression respectively introduced in 59ede1a and 59ede1a
The config-schema.json and state-schema.json references were missing "-schema".